Vcenter CryptoManager Kms Providers ExportSpec
The Vcenter CryptoManager Kms Providers ExportSpec schema contains properties that are needed to export a provider.
This schema was added in vSphere API 7.0.2.0.
{
"provider": "string",
"password": "string"
}
Provider identifier
This property was added in vSphere API 7.0.2.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider
.
Password used to encrypt the exported configuration.
This property was added in vSphere API 7.0.2.0.
If missing or null
or empty, the configuration will not be encrypted.